-
Notifications
You must be signed in to change notification settings - Fork 4
subql changes make module reusable and minor fixes #361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
- remove gemini references - make resources more generic - install nodejs
1e4cc4b to
373d7f3
Compare
81c2531 to
f8e1d9e
Compare
85c75d5 to
21a5e19
Compare
21a5e19 to
4824f47
Compare
dbf3de3 to
8836e4d
Compare
User description
novaPR Type
enhancement
Description
geminiand replaced them with more generic terms likesubql.gemini-3htotaurus.Changes walkthrough 📝
main.tf
Disable instance creation by setting count to zeroexplorer/terraform/aws/taurus/main.tf
instance-count-blueandinstance-count-greento 0.instances.tf
Update security group references for instancestemplates/terraform/subql/base/instances.tf
gemini-subql-sgtosubql-sg.network.tf
Rename VPC and security group for generic usetemplates/terraform/subql/base/network.tf
gemini-subqltosubql.resources.
outputs.tf
Update output variable for new security group nametemplates/terraform/subql/base/outputs.tf
subql-sg.variables.tf
Update default network name to `taurus`templates/terraform/subql/base/variables.tf
gemini-3htotaurus.